body{
    background-color: whitesmoke;
}

#header{
    width: 1365px;
    height: 150px;
    border: 0px solid blue;
    background-image: url(img/hh.jfif);

}
.menu1{
    list-style-type:none;	
   }
   .sub{
       padding:10px;
    float:left;	
   }
   a:link,a:visited{
    color:white;
    background-color:rgba(8, 80, 214, 0.815);
    font-weight:bold;
    text-decoration:none;
    text-transform:uppercase;
    padding:10px;
    border-radius:5px; 
   }
   a:hover,a:active{
    background-color:rgba(0,0,0,0.9);
   }

   .caption{
       text-align: center;
    font-family: cursive;
    color: yellow;
   }

#slider{
       width: 1365px;
       height:auto;
      
   }

   

  
   
  .a{
      text-align: center;
      font-family: 'Times New Roman', Times, serif;
      font-weight: bold;
      font-size: 20px;

  }
  .l{
      width: 190px;
      height: auto;
      border: 1px solid rgb(245, 245, 247);
      float: left;
  }
  .c{
    width: 1000px;
    height: auto;
    border: 1px solid rgb(247, 248, 250);
    float: left;
}.r{
    width: 190px;
    height: auto;
    border: 1px solid rgb(254, 254, 255);
    float: left;
}
.t{
    border: 0px solid blue;

}